ColorMode Enumeration
Represents the output of colors from a source bitmap or raster graphic.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
Public Enumeration ColorMode
| Greyscale | 0 |
Image is displayed using intensity only.
|
| Mono | 1 |
Image is displayed in black and white.
|
| Watermark | 2 |
Colors are modified to make the resulting image transparent.
|
| Standard | 3 |
Image is displayed without modification by the draw:color-mode attribute.
|
| None | 4 |
None.
|